home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Kant Generator Pro 1.2
/
src
/
Shell ƒ
/
util.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-13
|
297 b
|
7 lines
|
[
TEXT/MMCC
]
#define Mymemcpy(a,b,c) BlockMove(b, a, c);
void Mymemset(Ptr output, unsigned char value, unsigned long len);
Boolean Mymemcompare(Ptr thisThing, Ptr thatThing, unsigned long len);
void AppendStr255(Str255 theStr, Str255 appendStr);
void AppendStr255ToHandle(Handle theHandle, Str255 theStr);